socketio
Toggle table of contents
native
Platform filter
native
Switch theme
Search in API
socketio
socketio
/
dev.adven.sockit.api
/
[native]SocketError
Socket
Error
native
sealed
interface
SocketError
Inheritors
Timeout
TlsFailure
ParseError
PingTimeout
TransportClosed
SendFailed
ConnectError
Members
Types
Connect
Error
Link copied to clipboard
native
data
class
ConnectError
(
val
message
:
String
,
val
data
:
String
?
=
null
)
:
SocketError
A namespace connection was refused by the server.
Parse
Error
Link copied to clipboard
native
data
class
ParseError
(
val
raw
:
String
)
:
SocketError
Ping
Timeout
Link copied to clipboard
native
data
object
PingTimeout
:
SocketError
Send
Failed
Link copied to clipboard
native
data
class
SendFailed
(
val
cause
:
Throwable
?
)
:
SocketError
Timeout
Link copied to clipboard
native
data
class
Timeout
(
val
phase
:
String
)
:
SocketError
Tls
Failure
Link copied to clipboard
native
data
class
TlsFailure
(
val
cause
:
Throwable
?
)
:
SocketError
Transport
Closed
Link copied to clipboard
native
data
class
TransportClosed
(
val
reason
:
String
?
)
:
SocketError